home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestand / compr / zg602std.exe / {app} / zipgenius.exe / 0 / RCDATA / TABFORM / TABFORM.txt < prev   
Text File  |  2005-11-09  |  10KB  |  288 lines

  1. object AbForm: TAbForm
  2.   Left = 158
  3.   Top = 118
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'ZipGenius 6'
  7.   ClientHeight = 315
  8.   ClientWidth = 488
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   DesignSize = (
  23.     488
  24.     315)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Image1: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 164
  31.     Height = 315
  32.     AutoSize = True
  33.     Picture.Data = {<image000.gif>}
  34.   end
  35.   object RxRichEdit1: TRxRichEdit
  36.     Left = 164
  37.     Top = 3
  38.     Width = 324
  39.     Height = 157
  40.     Anchors = [akLeft, akTop, akRight]
  41.     BorderStyle = bsNone
  42.     Color = clWhite
  43.     Lines.Strings = (
  44.       'ZipGenius 6'
  45.       'Copyright '#169'1997, 2005 M.Dev Software'
  46.       '---------------------------------------------------------------'
  47.       ''
  48.       'Every part of this project was built using ONLY freeware '
  49.       'code, so I want to thanks all '
  50.       'those developers that '
  51.       'decide to give great source code for free to the whole '
  52.       'community.'
  53.       ''
  54.       'Main code: MATTEO RISO'
  55.       'Concepts: MATTEO RISO'
  56.       'Additional concepts: IAIN CHEYNE and all the ZipGenius forum '
  57.       'community'
  58.       ''
  59.       'ZipGenius.it is proudly hosted by Hosting Studio'
  60.       'http://www.hostingstudio.net'
  61.       ''
  62.       'ZipGenius is (proudly) powered by ComponentAce ZipForge.'
  63.       'Copyright '#169'2002, 2005 ComponentAce.com'
  64.       'http://www.componentace.com'
  65.       ''
  66.       'The 7za.exe module was kindly provided by Igor Pavlov '
  67.       'http://www.7-zip.org'
  68.       ''
  69.       'The C.A.K.E. compression engine '#169' by Joseph Leung '
  70.       'http://www.quickzip.org'
  71.       ''
  72.       'The UnRAR and UnACE engine '#169' Roger Timmermans'
  73.       'http://members.home.nl/rtimmermans/'
  74.       ''
  75.       'The UU/XX/MIME coding routines '#169' Bob Swart'
  76.       'http://www.drbob42.com'
  77.       ''
  78.       'Copyrights:'
  79.       '- UNARJ: copyright (c) 1990-93 Robert K Jung'
  80.       '- UNARJ32J.DLL: Copyright(c) 1995-2002 Micco'
  81.       '- UNRAR.DLL: Copyright(c) 2001 Eugene Roshal'
  82.       '- 7-zip32.DLL: Copyright(c) Minoru Akita'
  83.       '- TAR32.DLL: Copyright(c) Yoshioka Tsuneo'
  84.       '- UNACEV2.DLL: Copyright(c) ACE Compression Software'
  85.       '- UNLHA32.DLL: Copyright (C) MicSoft'
  86.       '- The "7z" SFX stub '#169' Igor Pavlov (http://www.7-zip.org)'
  87.       ''
  88.       'A BIG SPECIAL THANKS GOES TO "R.B."  AND TO MY MOM.'
  89.       ''
  90.       'SPECIAL THANKS TO MIKE LISCHKE (www.lischke-online.de) '
  91.       'who made a great work in converting the GUI to support '
  92.       'Windows XP via the TThemeManager.'
  93.       ''
  94.       'ANOTHER SPECIAL THANKS TO JOE LEUNG and GABRIEL '
  95.       'CRISTESCU for helping me with issues in the "7-zip" code.'
  96.       ''
  97.       'Thanks to:'
  98.       'Eric Engler, Markus Stephany (for his great TZipSFX), Luca P.,'
  99.       'Anacola, Gianantonio, Mr. Mep, Mist,'
  100.       'Armando, Kevin Goldberg and the people at ComponentAce,'
  101.       'Igor Pavlov (for his 7-zip format), Israel,'
  102.       'Jeff, Jeremy, Bart, Cindy, Iain, Danilo,'
  103.       'Sebi, Alfio, Rich Michalski, Timo Kahle, Iain,'
  104.       'Super Vegeta, Aries Mu, Erden,'
  105.       'Fabrizio (http://www.cyberotecnica.net),'
  106.       'Michele Nasi (http://www.ilsoftware.it),'
  107.       'WinInizio.it (http://www.wininizio.it),'
  108.       'Marco Gransee (http://www.webattack.com),'
  109.       'VolFTP (http://volftp.mondadori.com),'
  110.       'PC Magazine (http://pcpro.mondadori.com),'
  111.       'Programmi@mo (http://www.programmiamo.net),'
  112.       'WinMagazine (http://www.winmagazine.it),'
  113.       'Max Etere (www.programmando.org),'
  114.       'all ZG translators, all mirrors '
  115.       'owners and any other who has '
  116.       'tested this program.'
  117.       ''
  118.       '----------------------------------'
  119.       'Made in Reggio Calabria, Italy :-)'
  120.       ''
  121.       'Forza REGGINA!!!'
  122.       'www.regginacalcio.com')
  123.     ReadOnly = True
  124.     ScrollBars = ssVertical
  125.     StreamFormat = sfRichText
  126.     StreamMode = [smUnicode]
  127.     TabOrder = 0
  128.     WantReturns = False
  129.     WordSelection = False
  130.     OnURLClick = RxRichEdit1URLClick
  131.   end
  132.   object Panel2: TPanel
  133.     Left = 164
  134.     Top = 168
  135.     Width = 324
  136.     Height = 147
  137.     Anchors = [akLeft, akTop, akRight]
  138.     BevelOuter = bvNone
  139.     Color = clWhite
  140.     TabOrder = 1
  141.     DesignSize = (
  142.       324
  143.       147)
  144.     object Label2: TLabel
  145.       Left = 21
  146.       Top = 8
  147.       Width = 26
  148.       Height = 13
  149.       Caption = 'WEB:'
  150.       Transparent = True
  151.     end
  152.     object Label3: TLabel
  153.       Left = 67
  154.       Top = 8
  155.       Width = 133
  156.       Height = 13
  157.       Cursor = crHandPoint
  158.       Caption = 'http://www.zipgenius.it'
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = clBlue
  161.       Font.Height = -11
  162.       Font.Name = 'Tahoma'
  163.       Font.Style = [fsBold, fsUnderline]
  164.       ParentFont = False
  165.       Transparent = True
  166.       OnClick = Label3Click
  167.     end
  168.     object Label4: TLabel
  169.       Left = 21
  170.       Top = 27
  171.       Width = 38
  172.       Height = 13
  173.       Caption = 'E-MAIL:'
  174.       Transparent = True
  175.     end
  176.     object Label5: TLabel
  177.       Left = 67
  178.       Top = 27
  179.       Width = 108
  180.       Height = 13
  181.       Cursor = crHandPoint
  182.       Caption = 'zginfo@zipgenius.it'
  183.       Font.Charset = DEFAULT_CHARSET
  184.       Font.Color = clBlue
  185.       Font.Height = -11
  186.       Font.Name = 'Tahoma'
  187.       Font.Style = [fsBold, fsUnderline]
  188.       ParentFont = False
  189.       Transparent = True
  190.       OnClick = Label5Click
  191.     end
  192.     object Label6: TLabel
  193.       Left = 21
  194.       Top = 48
  195.       Width = 37
  196.       Height = 13
  197.       Caption = 'Label6'
  198.       Font.Charset = DEFAULT_CHARSET
  199.       Font.Color = clWindowText
  200.       Font.Height = -11
  201.       Font.Name = 'Tahoma'
  202.       Font.Style = [fsBold]
  203.       ParentFont = False
  204.       Transparent = True
  205.     end
  206.     object Image3: TImage
  207.       Left = 80
  208.       Top = 75
  209.       Width = 86
  210.       Height = 67
  211.       Anchors = [akTop, akRight]
  212.       AutoSize = True
  213.       Center = True
  214.       Picture.Data = {<image001.gif>}
  215.     end
  216.     object Button1: TBitBtn
  217.       Left = 219
  218.       Top = 108
  219.       Width = 99
  220.       Height = 30
  221.       Caption = '&Ok'
  222.       Default = True
  223.       Font.Charset = DEFAULT_CHARSET
  224.       Font.Color = clWindowText
  225.       Font.Height = -11
  226.       Font.Name = 'Tahoma'
  227.       Font.Style = []
  228.       ModalResult = 1
  229.       ParentFont = False
  230.       TabOrder = 0
  231.       OnClick = Button1Click
  232.       Glyph.Data = {
  233.         36060000424D3606000000000000360000002800000020000000100000000100
  234.         18000000000000060000E30E0000E30E00000000000000000000FF0000FF0000
  235.         FF0000FF0000FF000052A54A0094086BB563FF0000FF0000FF0000FF0000FF00
  236.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000D7D7D7B0B0B0EB
  237.         EBEBFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  238.         FF0000FF0000FF000018B52900BD210094008CBD7BFF0000FF0000FF0000FF00
  239.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000D0D0D0D0D0D0AE
  240.         AEAEFAFAFAFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  241.         FF0000FF00006BB56300BD2100C62900A500319C31FF0000FF0000FF0000FF00
  242.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000EBEBEBD0D0D0D8D8D8B8
  243.         B8B8C7C7C7FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  244.         FF0000FF0000009C1000CE3100C62900AD10009400A5C694FF0000FF0000FF00
  245.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000B7B7B7DFDFDFD8D8D8C1
  246.         C1C1AEAEAEFFFFFFFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  247.         FF000052A54A00CE3100C62900FF6300CE31009C00008C00FF0000FF0000FF00
  248.         00FF0000FF0000FF0000FF0000FF0000FF0000D7D7D7DFDFDFD8D8D8FFFFFFDF
  249.         DFDFB3B3B3A9A9A9FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  250.         FF000018B52929CE5A00FF6300FF6300BD2100C6290094008CBD7BFF0000FF00
  251.         00FF0000FF0000FF0000FF0000FF0000FF0000D0D0D0F0F0F0FFFFFFFFFFFFD0
  252.         D0D0D8D8D8AEAEAEFAFAFAFF0000FF0000FF0000FF0000FF0000FF0000FF0000
  253.         FF000018C64200FF6300FF6352A54A52A54A00C62900A500319C31FF0000FF00
  254.         00FF0000FF0000FF0000FF0000FF0000FF0000E2E2E2FFFFFFFFFFFFD7D7D7D7
  255.         D7D7D8D8D8B8B8B8C7C7C7FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  256.         FF0000FF000000AD2100AD21FF0000FF000000AD1800C629009400A5C694FF00
  257.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000C6C6C6C6C6C6FF0000FF
  258.         0000C4C4C4D8D8D8AEAEAEFFFFFFFF0000FF0000FF0000FF0000FF0000FF0000
  259.         FF0000FF0000FF0000FF0000FF0000FF000031B54200C629009C00008C00FF00
  260.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  261.         0000DADADAD8D8D8B3B3B3A9A9A9FF0000FF0000FF0000FF0000FF0000FF0000
  262.         FF0000FF0000FF0000FF0000FF0000FF0000FF000000B52100C6290094008CBD
  263.         7BFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  264.         0000FF0000CBCBCBD8D8D8AEAEAEFAFAFAFF0000FF0000FF0000FF0000FF0000
  265.         FF0000FF0000FF0000FF0000FF0000FF0000FF000052A54A00C62929AD3931B5
  266.         42FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  267.         0000FF0000D7D7D7D8D8D8D2D2D2DADADAFF0000FF0000FF0000FF0000FF0000
  268.         FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF000029AD4A5AE7A529AD
  269.         398CBD7BFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  270.         0000FF0000FF0000D7D7D7FFFFFFD2D2D2FAFAFAFF0000FF0000FF0000FF0000
  271.         FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF000031B54200D6428CBD
  272.         7BFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  273.         0000FF0000FF0000DADADAE9E9E9FAFAFAFF0000FF0000FF0000FF0000FF0000
  274.         FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000A5C694FF00
  275.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  276.         0000FF0000FF0000FF0000FFFFFFFF0000FF0000FF0000FF0000FF0000FF0000
  277.         FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  278.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  279.         0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  280.         FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  281.         00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  282.         0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000}
  283.       Layout = blGlyphRight
  284.       NumGlyphs = 2
  285.     end
  286.   end
  287. end
  288.